{timelineName}_scale_date

定义X轴上显示的项目

dateDate需要格式化的日期

Available only in PRO Edition

Example

scheduler.templates.timeline_scale_date = function(date){
   var timeline = scheduler.matrix.timeline;
   var func = scheduler.date.date_to_str(timeline.x_date||scheduler.config.hour_date);
   return func(date);
}

Applicable views:Timeline 视图
Details

此模板需要启用timeline插件。

See also
返回顶部